CDBGrid

Derived by CListCtrl, CDBGrid is the base class for the grid control, usually you should not need to handle it directly and like all the rest of controls you set parameters in the OnInitialUpdate() .

Usage: you can use this control component arranging a ListCtrl in the newly created form and using the AddListCtrl then adding columns with AddListCol.